[INFO] cloning repository https://github.com/joaogabrielfer/square-game
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joaogabrielfer/square-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoaogabrielfer%2Fsquare-game", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoaogabrielfer%2Fsquare-game'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ad92c32dfb907633a196b5cf4312e37daa352da9
[INFO] fixing joaogabrielfer/square-game against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoaogabrielfer%2Fsquare-game" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/joaogabrielfer/square-game
[INFO] finished tweaking git repo https://github.com/joaogabrielfer/square-game
[INFO] tweaked toml for git repo https://github.com/joaogabrielfer/square-game written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/joaogabrielfer/square-game on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/joaogabrielfer/square-game already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: target.x86_64-pc-windows-msvc.rustflags
[INFO] [stderr] warning: `square-game` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded raylib v5.5.1
[INFO] [stderr]   Downloaded raylib-sys v5.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bd300c9cc6c0adf16ba3d051c65b1b7482e9669d1ddfb64a1d3b25be6db0450c
[INFO] running `Command { std: "docker" "start" "bd300c9cc6c0adf16ba3d051c65b1b7482e9669d1ddfb64a1d3b25be6db0450c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bd300c9cc6c0adf16ba3d051c65b1b7482e9669d1ddfb64a1d3b25be6db0450c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bd300c9cc6c0adf16ba3d051c65b1b7482e9669d1ddfb64a1d3b25be6db0450c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bd300c9cc6c0adf16ba3d051c65b1b7482e9669d1ddfb64a1d3b25be6db0450c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: target.x86_64-pc-windows-msvc.rustflags
[INFO] [stderr] warning: `square-game` (manifest) generated 1 warning
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling log v0.4.31
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling bitflags v2.12.1
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling raylib-sys v5.5.1
[INFO] [stderr]     Checking raylib v5.5.1
[INFO] [stderr]     Checking square-game v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0502]: cannot borrow `*rl` as immutable because it is also borrowed as mutable
[INFO] [stdout]    --> src/main.rs:546:27
[INFO] [stdout]     |
[INFO] [stdout] 507 |     let mut d = rl.begin_drawing(thread);
[INFO] [stdout]     |                 -- mutable borrow occurs here
[INFO] [stdout] ...
[INFO] [stdout] 546 |             let f_width = rl.get_font_default().measure_text(text, font_size as f32, 2.0);
[INFO] [stdout]     |                           ^^ immutable borrow occurs here
[INFO] [stdout] ...
[INFO] [stdout] 549 |             d.draw_text(text, x, y, font_size, Color::BLACK);
[INFO] [stdout]     |             - mutable borrow later used here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f_width`
[INFO] [stdout]    --> src/main.rs:546:17
[INFO] [stdout]     |
[INFO] [stdout] 546 |             let f_width = rl.get_font_default().measure_text(text, font_size as f32, 2.0);
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_f_width`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0502`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `square-game` (bin "square-game" test) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0502]: cannot borrow `*rl` as immutable because it is also borrowed as mutable
[INFO] [stdout]    --> src/main.rs:546:27
[INFO] [stdout]     |
[INFO] [stdout] 507 |     let mut d = rl.begin_drawing(thread);
[INFO] [stdout]     |                 -- mutable borrow occurs here
[INFO] [stdout] ...
[INFO] [stdout] 546 |             let f_width = rl.get_font_default().measure_text(text, font_size as f32, 2.0);
[INFO] [stdout]     |                           ^^ immutable borrow occurs here
[INFO] [stdout] ...
[INFO] [stdout] 549 |             d.draw_text(text, x, y, font_size, Color::BLACK);
[INFO] [stdout]     |             - mutable borrow later used here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f_width`
[INFO] [stdout]    --> src/main.rs:546:17
[INFO] [stdout]     |
[INFO] [stdout] 546 |             let f_width = rl.get_font_default().measure_text(text, font_size as f32, 2.0);
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_f_width`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0502`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `square-game` (bin "square-game") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "bd300c9cc6c0adf16ba3d051c65b1b7482e9669d1ddfb64a1d3b25be6db0450c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd300c9cc6c0adf16ba3d051c65b1b7482e9669d1ddfb64a1d3b25be6db0450c", kill_on_drop: false }`
[INFO] [stdout] bd300c9cc6c0adf16ba3d051c65b1b7482e9669d1ddfb64a1d3b25be6db0450c
